COM Batch Prediction Sample - SQPPlusCOMSample

This is an example program for using the SIMCA-QP+ part and the COM interface of SIMCA-Q dll. 

Also see the readme.md file in the main Samples folder for general info on the Visual Studio sample projects.

SQPPlusCOMSample.vcxproj
    This is the project file you open in Visual Studio.

SQPPlusCOMSampleDlg.h, SQPPlusCOMSampleDlg.cpp - the dialog
    These files contain your CSQPPlusCOMClientDlg class.  This class defines
    the behavior of your application's main dialog, where the actual interaction with SIMCA-QP+ takes place.
    The dialog's template is in SQPPlusCOMClient.rc, which can be edited in Microsoft Visual C++.
